home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / pwabwm10.zip / 192OFF.PPE (.txt) next >
PCBoard Programming Language Executable  |  1995-02-19  |  586b  |  76 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     If (OnLocal()) Goto LABEL001
  23.     CdChkOff
  24.     DtrOff
  25.     Delay 9
  26.     DtrOn
  27.     SendModem "ATH1"
  28.     :LABEL001
  29.  
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ; Usage report (before postprocessing)
  33. ;
  34. ; ■ Statements used :
  35. ;
  36. ;    1       Goto 
  37. ;    1       If 
  38. ;    1       DtrOn
  39. ;    1       DtrOff
  40. ;    1       CdChkOff
  41. ;    1       Delay 
  42. ;    1       SendModem 
  43. ;
  44. ;
  45. ; ■ Functions used :
  46. ;
  47. ;    1       !
  48. ;    1       OnLocal()
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Analysis flags : BM
  53. ;
  54. ; B - Brute hangup ■ 1
  55. ;     Program hangup without notification. This may be a good way to
  56. ;     disconnect a user, but if used randomly, may be very nasty
  57. ;     ■ Search for : HANGUP, DTROFF
  58. ;
  59. ; M - Send text to modem only ■ 4
  60. ;     Some informations are sent only to the modem, not to the local
  61. ;     screen, this is a well known way to make stealth backdoors, Check!
  62. ;     ■ Search for : SENDMODEM, MPRINT, MPRINTLN
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ; Postprocessing report
  67. ;
  68. ;    0       For/Next
  69. ;    0       While/EndWhile
  70. ;    0       If/Then or If/Then/Else
  71. ;    0       Select Case
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;                 AEGiS Corp - Break the routines, code against the machines!
  75. ;------------------------------------------------------------------------------
  76.